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

struct H2 { int f (); };
struct J2 : H2
{
  struct f {};
  using H2::f;
};