blob: 40eded121ece978125411246fa9cf902013dc24b [file] [log] [blame]
// RUN: clang-cc -rewrite-objc %s -o=-
@interface Intf
@end
@implementation Intf(Category)
- (void) CatMeth {}
@end
@implementation Another
- (void) CatMeth {}
@end