blob: 3b36ab486ad077d38d3fdf4239d5ee6699ce3c20 [file] [log] [blame]
// PR c++/28058
template<int> struct A
{
A() {}
};
A<0> a;
template<> A<0>::A() {} // { dg-error "specialization" }