(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
lookup/
using32.C
// { dg-do compile }

struct T { struct type {}; };
struct T2 : T { using T::type; };
struct T3 : T2
{
  struct type {};
  type t;
};