opnsense-src/test/Rewriter/metadata-test-1.m
2010-01-01 10:34:51 +00:00

12 lines
171 B
Objective-C

// RUN: %clang_cc1 -rewrite-objc %s -o -
@interface Intf
@end
@implementation Intf(Category)
- (void) CatMeth {}
@end
@implementation Another
- (void) CatMeth {}
@end