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