blob: 745efec5bd9e2eed007f6b520635de46248d9250 [file] [log] [blame]
// RUN: clang -cc1 -rewrite-objc %s -o -
@interface MyDerived
- (void) instanceMethod;
@end
@implementation MyDerived
- (void) instanceMethod {
}
@end