(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
other/
anon7.C
// PR c++/65879

static struct
{
  void f();
  struct Inner
  {
    void g();
  };
} x;