blob: 5139c3322f9f40459498d18d2de626a24686a112 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
/* 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" } */
#wrong /* { dg-error "invalid" } */
|