llvm-for-llvmta/tools/clang/test/Import/objc-method/Inputs/S.m

5 lines
31 B
Objective-C

@interface C {
}
-(int)m;
@end