aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/lto/20081203_1.C
blob: 83de109eaa9187c2310d16326b28761fe2873339 (plain)
1
2
3
4
void f () {}
struct Foo { static inline void Bar() { f(); } };
static void Func() { Foo::Bar(); }
void g () { Func (); }