allwinner_a64/android/external/clang/test/Modules/Inputs/MethodPoolBSub.h
2018-08-08 16:14:42 +08:00

5 lines
76 B
Objective-C

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