aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/cpp/pedantic-errors.C
blob: 0c6045af8d1487369cc725a890dfeae615148369 (plain)
1
2
3
4
5
/* { dg-do preprocess } */
/* { dg-options "-std=c++98 -pedantic-errors" } */

#if 1   
#endif 1 /* { dg-error "extra tokens at end of #endif directive" } */