[PR c++/84702] ICE with default tmpl arg of overload set
[official-gcc.git] / gcc / testsuite / g++.dg / template / dtor3.C
blob38ddaf6d4ee3ea9c97c51647cd46c95c973806b5
1 // PR c++/19762
3 template<int> struct A { ~A(){} }; // { dg-message "provided for" }
4 template A<>::~A(); // { dg-error "template|declaration" }