blob: cca02c3b8f3fa6dd14b57bce30d96f6bcab2fa68 [file] [log] [blame]
// RUN: clang -rewrite-test %s
#include <objc/objc.h>
@interface MyDerived
- (void) instanceMethod;
@end
@implementation MyDerived
- (void) instanceMethod {
}
@end