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

4 lines
43 B
C
Raw Normal View History

@interface A (Sub2)
- (char*)method4;
@end