Clang Project

clang_source_code/test/Modules/Inputs/using-decl-redecl/a.h
1struct string {};
2const int n = 0;
3namespace N { typedef ::string clstring; using ::n; }
4