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