// RUN: clang -rewrite-test %s @interface MyDerived - (void) instanceMethod; @end @implementation MyDerived - (void) instanceMethod { } @end