xref: /minix3/external/bsd/llvm/dist/clang/test/Modules/Inputs/MethodPoolA.h (revision eda6f5931d42c77e1480347b1fc3eef2f8d33806)
1 
2 
3 
4 
5 @interface A
6 + (int)method1;
7 - (int)method2:(int)param;
8 @end
9 
10 @interface B : A
11 @end
12 
13 @interface C
14 @end
15