1// PR c++/19762
2
3template<int> struct A { ~A(){} }; // { dg-message "provided for" }
4template A<>::~A(); // { dg-error "template|declaration" }
5