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

4 lines
43 B
Objective-C

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