Sign in
cobalt
/
cobalt
/
3cd5432aaed8f14f27f66ade1b51aa71df939492
/
.
/
third_party
/
llvm-project
/
clang
/
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