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
/
category_right.h
blob
d8dedf888d15a86f29885960d13c7a25eae378a5
1
@import category_top
;
2
#import
"category_right_sub.h"
3
4
@interface
Foo
(
Right1
)
5
-(
void
)
right1
;
6
@end
7
8
@interface
Foo
(
Right2
)
9
-(
void
)
right2
;
10
@end
11
12
@interface
Foo
(
Duplicate
)
13
@end