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
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
lldb
/
test
/
API
/
lang
/
c
/
full_lto_stepping
/
main.c
blob
70002dacd4b032321101f579595a81b55c6b1828
1
#include
"foo.h"
2
3
int
main
(
void
) {
4
int
i
=
f
();
5
return
0
;
6
}