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

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