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

5 lines
59 B
Objective-C

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