1//PR c++/28640
2
3template<void> struct A; // { dg-error "not a valid type" }
4template<int> struct A;
5
6