1 // Out-of-line generic member function definitions.
2 // { dg-do compile { target c++14 } }
9 void A::f(auto x) {} // injects a new list
17 void B<T>::f(auto x) {} // injects a new list
25 void C::f(auto x) {} // extends existing inner list
36 void D<T>::f(auto x) {} // extends existing inner list