Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.dg / template / dtor3.C
blob98c2ef6c18acf6e219b277d289e7f02203a0f881
1 // PR c++/19762
3 template<int> struct A { ~A(){} }; // { dg-error "" }
4 template A<>::~A(); // { dg-error "template|declaration" }