Sign in
◑
Theme
llvm
/
clang.git
/
e0049ed341a18972e5df69a474c8f3efa71db116
/
.
/
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