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