OSDN Git Service

PR c++/51186
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / lto / 20101015-2_0.C
1 // { dg-lto-do link }
2 // { dg-lto-options { { -flto } { -g -flto } } }
3 // { dg-extra-ld-options "-r -nostdlib" }
4
5 struct Base { ~Base (); };
6 void fun(void) { struct Deriv : Base { } x; }