Codebase Browser
llvm
Go to App
llvm
/
clang/test/Modules/Inputs/
category_other.h
@import category_top; @interface Foo(Other) -(void)other; @end