(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
template/
spec31.C
// PR c++/28058

template<int> struct A
{
  A() {}
};

A<0> a;

template<> A<0>::A() {} // { dg-error "specialization" }