blob: 134debf6f850636c2f431ce4bec74bfaef5700a9 [file] [log] [blame]
Fariborz Jahanianbac97d42007-11-13 22:09:49 +00001// RUN: clang -rewrite-test %s
2
3@interface Intf
4@end
5
6@implementation Intf(Category)
7- (void) CatMeth {}
8@end
9
10@implementation Another
11- (void) CatMeth {}
12@end