blob: 18c306fc89ed43ecbeda2d2c283a708adb11f4d9 [file] [log] [blame]
/* Tests for un-terminated conditionals: 1. */
/* { dg-do preprocess } */
#if 1 /* { dg-error "unterminated" "unterminated #if" } */
#ifdef notdef /* { dg-bogus "unterminated" "nested terminated #ifdef" } */
blah blah blah
#endif
more text
/* oops! */