llvm-project/clang/test/Modules/Inputs/using-decl-redecl/a.h

3 lines
61 B
C++

struct string {};
namespace N { typedef ::string clstring; }