Clang Project
clang_source_code
/
test
/
Import
/
objc-method
/
Inputs
/
S.m
1
@interface C {
2
}
3
-(int)m;
4
@end
5