blob: f4a88ddf7782360feb32181eac8fd106c4403737 [file] [log] [blame]
John McCall260611a2012-06-20 06:18:46 +00001// RUN: %clang_cc1 -rewrite-objc -fobjc-runtime=macosx-fragile-10.5 %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