(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
template/
crash82.C
// PR c++/37649

struct A
{
  template<int> struct {}; // { dg-error "template class without a name" }
};