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

7 lines
88 B
Objective-C

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