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