xref: /llvm-project/clang/test/Modules/Inputs/category_right.h (revision e7d67575f237a5cae8cf5cba2389567ae9fa3a6d)
1c50d4924SDouglas Gregor @import category_top;
2*e7d67575SBen Langmuir #import "category_right_sub.h"
34ba7c2abSDouglas Gregor 
44ba7c2abSDouglas Gregor @interface Foo(Right1)
54ba7c2abSDouglas Gregor -(void)right1;
64ba7c2abSDouglas Gregor @end
74ba7c2abSDouglas Gregor 
84ba7c2abSDouglas Gregor @interface Foo(Right2)
94ba7c2abSDouglas Gregor -(void)right2;
104ba7c2abSDouglas Gregor @end
114ba7c2abSDouglas Gregor 
12b00073dbSJordan Rose @interface Foo(Duplicate)
134ba7c2abSDouglas Gregor @end
14