index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
FrontendC
/
2007-05-08-PCH.c
blob: aa277ece99e0f883ea8d593d7af855dd3ec3e82f (
plain
)
1
2
3
4
5
6
7
// PR 1400
// RUN: %llvmgcc -x c-header %s -o /dev/null
int
main
() {
return
0
;
}