blob: 56a52ba1b3b0780070da821842702e834541ada3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
/* 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" } */
|