Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.dg / compat / eh / dtor1.h
blob0dfa793e0e1869f59276902d41f2c2522b1d87fc
1 struct A {
2 ~A();
3 };
5 struct B: public A {
6 ~B();
7 };