blob: ba0511b646503e1dea8207953c41542b4f12f64f [file] [log] [blame]
Daniel Dunbard7d5f022009-03-24 02:24:46 +00001// RUN: clang-cc -rewrite-objc %s -o=-
Fariborz Jahanian2c7038b2007-11-26 19:52:57 +00002
Fariborz Jahanian2c7038b2007-11-26 19:52:57 +00003@interface MyDerived
4- (void) instanceMethod;
5@end
6
7@implementation MyDerived
8- (void) instanceMethod {
9}
10@end
11