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

15 lines
138 B
Objective-C

@interface Foo
@end
@interface Foo(Top)
-(void)top;
@end
@interface Foo(Top2)
-(void)top2;
@end
@interface Foo(Top3)
-(void)top3;
@end