repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
New test for PR1400
[llvm-complete.git]
/
test
/
CFrontend
/
2007-05-08-PCH.c
blob
aa277ece99e0f883ea8d593d7af855dd3ec3e82f
1
// PR 1400
2
// RUN: %llvmgcc -x c-header %s -o /dev/null
3
4
int
main
() {
5
return
0
;
6
}
7