summaryrefslogtreecommitdiff
path: root/clang/test/Modules/Inputs/category_right.h
blob: d993b50db4bfd4b5223e22ee6fd112ef508b2691 (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
@__experimental_modules_import category_top;

@interface Foo(Right1)
-(void)right1;
@end

@interface Foo(Right2)
-(void)right2;
@end

@interface Foo(Duplicate) // expected-warning {{duplicate definition of category}}
@end