Sign in
llvm
/
llvm-project
/
51a86e75ddf3eac3057c901bbe5e750dea62c7c1
/
.
/
clang
/
test
/
Modules
/
Inputs
/
category_bottom.h
blob: ab4c01c3149cdca6dfd65e01139138d061388b8d [
file
]
@import
category_left
;
@interface
Foo
(
Bottom
)
-(
void
)
bottom
;
@end
@import
category_right
;
@interface
LeftFoo
(
Bottom
)
-(
void
)
bottom
;
@end