blob: caa7ca3b54e33ca2e8f1f9f5a769904dc04d4fb4 [file] [log] [blame]
John McCall260611a2012-06-20 06:18:46 +00001// RUN: %clang_cc1 -rewrite-objc -fobjc-runtime=macosx-fragile-10.5 %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