* fi.po: Update.
[official-gcc.git] / gcc / testsuite / g++.dg / lto / 20101015-2_0.C
blob9015f53a498f2217250bc6a11d28bea6517c8916
1 // { dg-lto-do link }
2 // { dg-lto-options { { -flto } { -g -flto } } }
3 // { dg-extra-ld-options "-r -nostdlib" }
5 struct Base { ~Base (); };
6 void fun(void) { struct Deriv : Base { } x; }