libgomp.texi: Fix deprecation note for omp_{get,set}_nested + OMP_NESTED
[official-gcc.git] / gcc / testsuite / g++.dg / cpp / pedantic-errors.C
blob0c6045af8d1487369cc725a890dfeae615148369
1 /* { dg-do preprocess } */
2 /* { dg-options "-std=c++98 -pedantic-errors" } */
4 #if 1   
5 #endif 1 /* { dg-error "extra tokens at end of #endif directive" } */