Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.old-deja / g++.jason / synth3.C
blobff304f99e12b83ba40dc0975d219fb50653ec91b
1 // { dg-do assemble  }
2 // Testcase for wrongful generation of copy constructor.
4 class A { };
5 class B: virtual private A { };
6 class D: public B { };          // { dg-bogus "" }