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