blob: 03fc89f34aadbcfb4c943cf902a62f760dcfea1b [file] [log] [blame]
Daniel Dunbara5728872009-12-15 20:14:24 +00001// RUN: %clang_cc1 -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