blob: e2dfe38afe4483d59575ff323c98c7c2416e3e37 [file] [log] [blame]
Daniel Dunbarbe8d8132009-11-29 09:32:12 +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