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

7 lines
65 B
Objective-C

@import category_top;
@interface Foo(Other)
-(void)other;
@end