Update concepts branch to revision 131834
[official-gcc.git] / gcc / testsuite / g++.dg / cpp / pedantic-errors.C
blob1684749b28219e9120bd25cfd1a35d5a73edf556
1 /* { dg-do preprocess } */
2 /* { dg-options "-std=c++98 -pedantic-errors" } */
4 #if 1   
5 #endif 1 /* { dg-error "error: extra tokens at end of #endif directive" } */