13 lines · plain
1// RUN: %clang_cc1 -rewrite-objc -fobjc-runtime=macosx-fragile-10.5 %s -o -2 3@interface Intf 4@end5 6@implementation Intf(Category)7- (void) CatMeth {}8@end9 10@implementation Another11- (void) CatMeth {}12@end13 1// RUN: %clang_cc1 -rewrite-objc -fobjc-runtime=macosx-fragile-10.5 %s -o -2 3@interface Intf 4@end5 6@implementation Intf(Category)7- (void) CatMeth {}8@end9 10@implementation Another11- (void) CatMeth {}12@end13