re PR c++/24924 (front end and preprocessor pedantic_errors settings should agree)
[gcc.git] / gcc / testsuite / g++.dg / cpp / permissive.C
1 /* { dg-do preprocess } */
2 /* { dg-options "-std=c++98 -fpermissive" } */
3
4 #if 1
5 #endif 1 /* { dg-warning "warning: extra tokens at end of #endif directive" } */