URL
https://opencores.org/ocsvn/scarts/scarts/trunk
Subversion Repositories scarts
[/] [scarts/] [trunk/] [toolchain/] [scarts-gcc/] [gcc-4.1.1/] [gcc/] [testsuite/] [gcc.dg/] [cpp/] [unc1.c] - Rev 12
Compare with Previous | Blame | View Log
/* 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! */