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