Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.old-deja / g++.niklas / t133.C
blobb9ad346aa035e28627bfd7cd12489aa49d468401
1 // { dg-do assemble  }
2 // GROUPS passed niklas nested-types
3 struct A { struct B { void operator = (const B&); }; };
4 void A::B::operator = (const B&) {}