1// PR c++/25439
2
3template<int> struct A;
4template<> int A<0>; // { dg-error "invalid" }
5