PR c++/86728 - C variadic generic lambda.
[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" }