Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.dg / compat / init / elide1.h
blob481e7308b5f4030c283cae5dd7dbd96fb3cfbaac
1 struct A {
2 A ();
3 A (const A&);
4 ~A ();
5 };