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