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

struct A
{
  template<int> void foo()(0); // { dg-error "" }
};