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-2.c
blob
f9535688182130285e028932f1c95767f2cb8deb
1
/* { dg-options "-I. -I $srcdir/gcc.dg/pch/include" } */
2
3
#include
"import-2.h"
4
#import
"import-2b.h"
5
6
int
main
(
int
argc
,
char
**
argv
) {
7
return
0
;
8
}