blob: 83de109eaa9187c2310d16326b28761fe2873339 [file] [log] [blame]
void f () {}
struct Foo { static inline void Bar() { f(); } };
static void Func() { Foo::Bar(); }
void g () { Func (); }