Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.dg / inherit / local1.C
blob3cb196c38d3c2c32913cc59708fad581019afdd1
1 // PR c++/17121
3 struct A {
4   virtual ~A() {}
5 };
7 void tsk_tsk()
9   struct B : public A {};