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