blob: 89e1890cc5cbfdaa9ed92f527c829a2305c4d810 [file] [log] [blame]
// RUN: clang -rewrite-test %s -o=-
@interface MyDerived
- (void) instanceMethod;
@end
@implementation MyDerived
- (void) instanceMethod {
}
@end