aboutsummaryrefslogtreecommitdiff
path: root/test/Import/objc-method/Inputs/S.m
blob: cf8ffaa602a891af338092dc1857f157cd0027e6 (plain) (blame)
1
2
3
4
@interface C {
}
-(int)m;
@end