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