rt_gccstream/gcc/testsuite/g++.old-deja/g++.gb/scope03.C

11 lines
144 B
C

// { dg-do assemble }
// GROUPS passed gb scope
struct c {
class t { };
struct d {
void foo (t &);
};
};
void c::d::foo (t & x) { }