blob: b965c92971b26ec77e83aeaf148ec6fd8da33236 [file] [log] [blame]
Fariborz Jahanian2c7038b2007-11-26 19:52:57 +00001// RUN: clang -rewrite-test %s
2
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