2018-07-20 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / g++.dg / lto / 20101015-2_0.C
blobfa0e934d49a263d3a7fc2187358c2557508de606
1 // { dg-lto-do link }
2 // { dg-lto-options { { -flto } { -g -flto } } }
3 // { dg-extra-ld-options "-r -nostdlib -flinker-output=nolto-rel" }
5 struct Base { ~Base (); };
6 void fun(void) { struct Deriv : Base { } x; }