hanchenye-llvm-project/clang/test/Modules/Inputs/category_bottom.h

12 lines
140 B
Objective-C

@import category_left;
@interface Foo(Bottom)
-(void)bottom;
@end
@import category_right;
@interface LeftFoo(Bottom)
-(void)bottom;
@end