blob: ebaa0be13d67f00252fe8a2fec2c859f287012a6 [file] [log] [blame]
Fariborz Jahaniandcc8e3f2012-02-04 18:56:43 +00001// RUN: %clang_cc1 -rewrite-objc -fobjc-fragile-abi %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