repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
lldb
/
test
/
API
/
lang
/
objc
/
modules-incomplete
/
myModule.m
blob
372a32889322889f984b3247b7b10304531840b8
1
#include "myModule.h"
2
3
void public_func() {}
4
5
int private_func() {
6
return 5;
7
}
8