gcc/gcc/testsuite/gcc.dg/cpp/trad/directive.c

11 lines
278 B
C

/* Test for some basic aspects of -traditional directive processing. */
/* { dg-do preprocess } */
/* There is a #error directive. */
#error bad /* { dg-error "bad" } */
/* Directives with their #s indented are not recognized. */
#if 0 /* { dg-bogus "unterminated" } */