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

template<int> void foo();

struct A
{
  typedef void foo<0>(); // { dg-error "16:explicit template argument list not allowed" } 
};