(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.old-deja/
g++.gb/
scope02.C
// { dg-do assemble  }
// GROUPS passed gb scope
struct c {
  typedef int t;
  struct d {
    void foo (t &);
  };
};

void c::d::foo (t & x) { }