minix/external/bsd/llvm/dist/clang/test/Modules/Inputs/MethodPoolA.h

15 lines
107 B
C
Raw Normal View History

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