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