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
/
macosx
/
universal64
/
main.c
blob
5124e0afbfc19a5a4e387b2606f4fbe3e1c2f15c
1
#include <stdio.h>
2
3
int
foo
() {
return
0
; }
4
5
int
main
(
int
argc
,
char
**
argv
) {
return
foo
(); }