xref: /minix3/external/bsd/llvm/dist/clang/test/Modules/Inputs/category_bottom.h (revision f4a2713ac843a11c696ec80c0a5e3e5d80b4d338)
1 @import category_left;
2 
3 @interface Foo(Bottom)
4 -(void)bottom;
5 @end
6 
7 @import category_right;
8 
9 @interface LeftFoo(Bottom)
10 -(void)bottom;
11 @end
12