blob: 03586c54f3b363dc1ef3d27c41e8daacec6b188c [file] [log] [blame]
Steve Naroffb29b4272008-04-14 22:03:09 +00001// RUN: clang -rewrite-objc %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