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