* fi.po: Update.
[official-gcc.git] / gcc / testsuite / g++.dg / lto / 20081203_0.C
blobe92d89a4c3bdaa1422fe8bbbacaa5c856db656a5
1 extern void f();
2 extern void g();
3 struct Foo { static inline void Bar() { f(); } };
4 static void Func() { Foo::Bar(); }
5 int main() { g (); Func(); return 0; }