xref: /llvm-project/clang/test/Import/objc-method/Inputs/S.m (revision 1eac879d85c418650c639baa4fcceeef19e7356a)
1@interface C {
2}
3-(int)m;
4@end
5