xref: /llvm-project/clang/test/Modules/Inputs/category_other.h (revision c50d4924eb2e84f5b2d9a39ab828410624f27643)
1*c50d4924SDouglas Gregor @import category_top;
2404cddecSDouglas Gregor 
3404cddecSDouglas Gregor @interface Foo(Other)
4404cddecSDouglas Gregor -(void)other;
5404cddecSDouglas Gregor @end
6404cddecSDouglas Gregor 
7