repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
No empty .Rs/.Re
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
gcc.dg
/
pch
/
import-1.c
blob
09460af057ed47007fd68afc6411b370d7fd57e5
1
/* { dg-options "-I. -I $srcdir/gcc.dg/pch" } */
2
#include
"import-1.h"
3
#include
"import-1a.h"
4
#import
"import-1b.h"
5
#include
"import-1c.h"
6
7
#ifndef IMPORT_1A
8
IMPORT_1A
not
defined
9
#endif
10
11
#ifndef IMPORT_1B
12
IMPORT_1B
not
defined
13
#endif
14
15
#ifndef IMPORT_1C
16
IMPORT_1C
not
defined
17
#endif
18
19
#ifndef IMPORT_1
20
IMPORT_1
not
defined
21
#endif