blob: b2d6e8daee23aff20aaa5d9d4b68dae3ab3f7215 [file] [log] [blame]
Fariborz Jahaniandcc8e3f2012-02-04 18:56:43 +00001// RUN: %clang_cc1 -rewrite-objc -fobjc-fragile-abi %s -o -
Fariborz Jahanianbac97d42007-11-13 22:09:49 +00002
3@interface Intf
4@end
5
6@implementation Intf(Category)
7- (void) CatMeth {}
8@end
9
10@implementation Another
11- (void) CatMeth {}
12@end