Sign in
rust
/
rust-lang
/
llvm-project
/
7382066bc6aa66a510cdf95d65798d9cc74eb78b
/
.
/
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