This commit was manufactured by cvs2svn to create branch
[official-gcc.git] / gcc / testsuite / g++.dg / template / dtor3.C
blob7f4099861fb667f6a86682237f115074fb9e205b
1 // PR c++/19762
3 template<int> struct A { ~A(){} }; // { dg-error "" }
4 template A<>::~A(); // { dg-error "" }