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

9 lines
65 B
Objective-C

@interface A
+ (int)method1;
- (int)method2:(int)param;
@end