2 // Origin: Giovanni Bajo <giovannibajo at gcc dot gnu dot org>
3 // DR217: Default arguments for non-template member functions of class
13 void S<T>::foo (int = 0) // { dg-error "" "default arguments for parameters of member functions of class templates can be specified in the initial declaration only" }