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

template<int,void> struct A {};    // { dg-error "not a valid type" }
template<int N> struct A<N,0> {};