Home | History | Annotate | Download | only in using-decl-redecl
      1 struct string {};
      2 const int n = 0;
      3 namespace N { typedef ::string clstring; using ::n; }
      4