// RUN: clang -rewrite-test %s -o=-
@interface Intf
@end
@implementation Intf(Category)
- (void) CatMeth {}
@implementation Another