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