summaryrefslogtreecommitdiff
path: root/clang/test/Modules/Inputs/MethodPoolA.h
blob: 6af24a929116fcbd20c04955510352c46649d66c (about) (plain)
1
2
3
4
5
6
7
8




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