aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.dg/pch/import-1.c
blob: b036217f82b94ea4e31aafffd47bea7fa23d7a42 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/* { dg-options "-I. -I $srcdir/gcc.dg/pch -Wno-deprecated" } */
#include "import-1.h"
#include "import-1a.h"
#import "import-1b.h"
#include "import-1c.h"

#ifndef IMPORT_1A
IMPORT_1A not defined
#endif

#ifndef IMPORT_1B
IMPORT_1B not defined
#endif

#ifndef IMPORT_1C
IMPORT_1C not defined
#endif

#ifndef IMPORT_1
IMPORT_1 not defined
#endif