xref: /minix3/external/bsd/llvm/dist/clang/test/Modules/Inputs/category_right.h (revision f4a2713ac843a11c696ec80c0a5e3e5d80b4d338)
1 @import category_top;
2 
3 @interface Foo(Right1)
4 -(void)right1;
5 @end
6 
7 @interface Foo(Right2)
8 -(void)right2;
9 @end
10 
11 @interface Foo(Duplicate)
12 @end
13