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
/
Modules
/
Inputs
/
redecl-merge-top.h
blob
27e71a7383a2dc57796d3065b46ba182a0807037
1
@
class
A
;
2
3
@
class
A
;
4
5
@
class
A
;
6
7
@
class
B
;
8
9
@protocol P1
;
10
11
@protocol P2
;
12
@protocol P2
;
13
14
struct
S1
;
15
struct
S2
;
16
struct
S2
;
17
18
int
func1
(
int
);
19
20
void
eventually_noreturn
(
void
);