[PR c++/84702] ICE with default tmpl arg of overload set
[official-gcc.git] / gcc / testsuite / g++.dg / lto / 20081203_1.C
blob83de109eaa9187c2310d16326b28761fe2873339
1 void f () {}
2 struct Foo { static inline void Bar() { f(); } };
3 static void Func() { Foo::Bar(); }
4 void g () { Func (); }