(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
lto/
20081203_1.C
void f () {}
struct Foo { static inline void Bar() { f(); } };
static void Func() { Foo::Bar(); }
void g () { Func (); }