// Build don't link: // Special g++ Options: -O2 -Winline // Origin: Mark Mitchell template inline void f () { } void g () { f (); }