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]
/
clang
/
test
/
Index
/
Inputs
/
foo.h
blob
7670c00dfbfe951fe41ae4b99b6bbd714605e252
1
extern
int
global_var
;
2
3
void
foo_func
(
int
param1
);
4
void
bar_func
(
void
);
5
6
struct
MyStruct
{
7
int
field_var
;
8
};