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
/
functionalities
/
pre_run_dylibs
/
main.cpp
blob
c9295a5c7d3cceeb5ce18c696f7efdfb3771ab79
1
#include
"foo.h"
2
3
int
call_foo2
() {
return
foo2
(); }
4
5
int
6
main
()
// !BR_main
7
{
8
return
call_foo1
() +
call_foo2
();
9
}