blob: dda7388192be21034b42958cfa02913cfa3f23e7 [file] [log] [blame]
// PR c++/29408
template <class T> class a
{
~a<T>(); // { dg-error "template-id not allowed for destructor" "" { target c++20 } }
};