Files
netbsd/external/bsd/llvm/dist/clang/test/Modules/Inputs/MethodPoolB.h
T
2014-01-15 10:53:42 +01:00

14 lines
72 B
Objective-C

@interface B
- (int)method1;
- (int)method2:(float)param;
@end