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