// { dg-do compile } // PR c++/22153 template void foo(); template struct A { template<> friend void foo<0>(); // { dg-error "" } };