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