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