blob: 701ff5c2adc6d90a518ae52da81a9d7def1dbe91 [file] [log] [blame]
// { dg-do assemble }
// GROUPS passed gb scope
struct c {
class t { };
struct d {
void foo (t &);
};
};
void c::d::foo (t & x) { }