Sync usage with man page.
[netbsd-mini2440.git] / gnu / dist / gcc4 / gcc / testsuite / gcc.dg / cpp / pr20348.c
blobf75f14290ca49fd7c68bf4ca9a835b403b4d7ce2
1 /* PR preprocessor/20348 */
2 /* { dg-do compile } */
3 /* { dg-options "-I$srcdir/gcc.dg/cpp -I$srcdir/gcc.dg/cpp/inc" } */
5 #include <pr20348-aux.h>
6 #define MIDDLE
7 #include <pr20348.h>
9 #ifndef PR20348_H_SEEN
10 # error pr20348.h not included after MIDDLE definition
11 #endif
12 #ifndef INC_PR20348_H_SEEN
13 # error inc/pr20348.h not included before MIDDLE definition
14 #endif
16 int i;