blob: 37aafd0b975f3ac3a9eb6ffbd51eee96b1cc2288 [file] [log] [blame]
//PR c++/28738
template<int,void> struct A {}; // { dg-error "not a valid type" }
template<int N> struct A<N,0> {};