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