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