Clang Project
clang_source_code
/
test
/
Modules
/
Inputs
/
using-decl-redecl
/
c.h
1
#include "b.h"
2
namespace N { using ::N::clstring; }
3