// { dg-do assemble } // { dg-options "-O2 -Winline" } // Origin: Mark Mitchell template inline void f () { } void g () { f (); }