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
/
api
/
multiple-debuggers
/
testprog.cpp
blob
c9d1ea14f17b91ac88e5bd468e89ee2ed867c12b
1
int
bar
()
2
{
3
return
5
;
4
}
5
int
foo
()
6
{
7
return
bar
() +
5
;
8
}
9
int
main
()
10
{
11
return
foo
();
12
}