2008-05-30 Vladimir Makarov <vmakarov@redhat.com>
[official-gcc.git] / gcc / testsuite / gcc.dg / pch / import-1.c
blobb036217f82b94ea4e31aafffd47bea7fa23d7a42
1 /* { dg-options "-I. -I $srcdir/gcc.dg/pch -Wno-deprecated" } */
2 #include "import-1.h"
3 #include "import-1a.h"
4 #import "import-1b.h"
5 #include "import-1c.h"
7 #ifndef IMPORT_1A
8 IMPORT_1A not defined
9 #endif
11 #ifndef IMPORT_1B
12 IMPORT_1B not defined
13 #endif
15 #ifndef IMPORT_1C
16 IMPORT_1C not defined
17 #endif
19 #ifndef IMPORT_1
20 IMPORT_1 not defined
21 #endif