android_mt6572_jiabo/external/clang/test/Modules/Inputs/using-decl-redecl/a.h
2025-09-05 16:56:03 +08:00

2 lines
61 B
C++

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