(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
parse/
dtor12.C
// PR c++/29408

template <class T> class a
{
  ~a<T>(); // { dg-error "template-id not allowed for destructor" "" { target c++20 } }
};