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
/
cpp
/
overloaded-functions
/
static-b.cpp
blob
90a20f69e6dbeef33fb58f25a5021a7a396bba19
1
static int
Static
()
2
{
3
return
1
;
4
}
5
6
int
CallStaticB
()
7
{
8
return
Static
();
9
}