1 /* Test for some basic aspects of -traditional directive processing. */
3 /* { dg-do preprocess } */
8 /* There is a #error directive. */
10 #error bad /* { dg-error "bad" } */
12 /* Directives with their #s indented are not recognized. */
13 #if 0 /* { dg-bogus "unterminated" } */
15 #wrong /* { dg-error "invalid" } */
22 # error Comments in directive is a separator /* { dg-bogus "error" } */