blob: 1124e44103379f72248b2204c258499f3b02697a [file] [log] [blame]
//PR c++/28637
template<void> struct A {}; // { dg-error "not a valid type" }
A<0> a; // { dg-message "non-type" }