blob: 09fe16aed86fac55fa3fa11f417df5013ed4dd58 [file] [log] [blame]
// Build don't link:
// GROUPS passed gb scope
struct c {
class t { };
struct d {
void foo (t &);
};
};
void c::d::foo (t & x) { }