blob: 2c464b3a055cfb27870d120e244240e9722c4e3d [file] [log] [blame]
//PR c++/28741
template<void> struct A // { dg-error "not a valid type" }
{
static int i;
};
A<0> a;