Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
g++.dg
/
cpp
/
pedantic-errors.C
blob: 0c6045af8d1487369cc725a890dfeae615148369 [
file
] [
log
] [
blame
]
/* { dg-do preprocess } */
/* { dg-options "-std=c++98 -pedantic-errors" } */
#if 1
#endif
1
/* { dg-error "extra tokens at end of #endif directive" } */