Codebase Browser
llvm
Go to App
llvm
/
clang/test/Modules/Inputs/using-decl-redecl/
a.h
struct string {}; const int n = 0; namespace N { typedef ::string clstring; using ::n; }