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

5 lines
61 B
Objective-C

@interface B (Sub)
- (char *)method3;
- (char*)method4;
@end