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

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