Sign in
llvm
/
llvm-project
/
clang
/
e071639f9834b25c3cc46d90e5e9fdd2284690ee
/
.
/
test
/
Modules
/
Inputs
/
category_right.h
blob: 3c83624c761654e579715a0a11f2f0d492192f01 [
file
] [
log
] [
blame
]
@import
category_top
;
@interface
Foo
(
Right1
)
-(
void
)
right1
;
@end
@interface
Foo
(
Right2
)
-(
void
)
right2
;
@end
@interface
Foo
(
Duplicate
)
@end