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