Sign in
rust
/
rust-lang
/
llvm-project
/
c39e100ad3cbb4c1b587224a6be2bb732c1d6bf4
/
.
/
clang
/
test
/
Modules
/
Inputs
/
category_right.h
blob: d8dedf888d15a86f29885960d13c7a25eae378a5 [
file
] [
log
] [
blame
]
@import
category_top
;
#import "category_right_sub.h"
@interface
Foo
(
Right1
)
-(
void
)
right1
;
@end
@interface
Foo
(
Right2
)
-(
void
)
right2
;
@end
@interface
Foo
(
Duplicate
)
@end