// PR c++/35282 template struct A { template void foo(); }; template<> template void A<0>::foo() {}