xref: /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/unc1.c (revision f6aab3d83b51b91c24247ad2c2573574de475a82)
1 /* Tests for un-terminated conditionals: 1.  */
2 /* { dg-do preprocess } */
3 
4 #if 1  /* { dg-error "unterminated" "unterminated #if" } */
5 
6 #ifdef notdef /* { dg-bogus "unterminated" "nested terminated #ifdef" } */
7 
8 blah blah blah
9 
10 #endif
11 
12 more text
13 
14 /* oops! */
15