repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Revert "[llvm] Improve llvm.objectsize computation by computing GEP, alloca and mallo...
[llvm-project.git]
/
clang
/
test
/
CodeGen
/
2007-05-08-PCH.c
blob
730a3be0d627075371a636c02b8d9b6aca08e88c
1
// PR 1400
2
// RUN: %clang_cc1 -x c-header %s -o /dev/null
3
4
int
main
(
void
) {
5
return
0
;
6
}
7