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

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

A<0> a;