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