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
/
linux
/
mix-dwo-and-regular-objects
/
b.c
blob
d79970e13d491fce4a4b8d5a61e4c0aac6e04ab5
1
extern
int
f
();
2
3
void
g
() {
4
int
y
=
14
;
5
int
x
=
f
();
6
}
7
8
int
main
() {
9
g
();
10
return
0
;
11
}