blob: 56a52ba1b3b0780070da821842702e834541ada3 [file] [log] [blame]
/* Test for some basic aspects of -traditional directive processing. */
/* { dg-do preprocess } */
/* { dg-options -traditional } */
/* There is a #error directive. */
#error bad /* { dg-error "bad" } */
/* Directives with their #s indented are not recognized. */
#if 0 /* { dg-bogus "unterminated" } */