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-a.cpp
blob
7250fa4bed5e56f241b9ee3fccd9d56d7e82f11a
1
static int
Static
()
2
{
3
return
1
;
4
}
5
6
int
CallStaticA
()
7
{
8
return
Static
();
9
}