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

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