llvm/clang/test/Modules/Inputs/MethodPoolB.h










@interface B
- (int)method1;
- (int)method2:(float)param;
@end