(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
template/
arg8.C
template<typename T, void, typename U> // { dg-error "void" }
void foo(T, U, int) {}

void bar()
{
  foo(0, 0, 0);			// { dg-error "no match" }
}