summaryrefslogtreecommitdiff
path: root/test/Rewriter/metadata-test-1.m
blob: bfbe486ea487ab0abede7dc6f1665d16b0c3b5ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// RUN: clang -cc1 -rewrite-objc %s -o -

@interface Intf 
@end

@implementation Intf(Category)
- (void) CatMeth {}
@end

@implementation Another
- (void) CatMeth {}
@end