2014-01-30 Alangi Derick <alangiderick@gmail.com>
[official-gcc.git] / 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" }