2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.dg / cpp / unc1.c
blob18c306fc89ed43ecbeda2d2c283a708adb11f4d9
1 /* Tests for un-terminated conditionals: 1. */
2 /* { dg-do preprocess } */
4 #if 1 /* { dg-error "unterminated" "unterminated #if" } */
6 #ifdef notdef /* { dg-bogus "unterminated" "nested terminated #ifdef" } */
8 blah blah blah
10 #endif
12 more text
14 /* oops! */