summaryrefslogtreecommitdiffstats
path: root/test/Modules/Inputs/MethodPoolA.h
blob: ababb020097638582a9b337f12ca3d5b13982da3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14




@interface A
+ (int)method1;
- (int)method2:(int)param;
@end

@interface B : A
@end

@interface C
@end
OpenPOWER on IntegriCloud