Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
g++.dg
/
lto
/
20101015-2_0.C
blob: fa0e934d49a263d3a7fc2187358c2557508de606 [
file
] [
log
] [
blame
]
// { dg-lto-do link }
// { dg-lto-options { { -flto } { -g -flto } } }
// { dg-extra-ld-options "-r -nostdlib -flinker-output=nolto-rel" }
struct
Base
{
~
Base
();
};
void
fun
(
void
)
{
struct
Deriv
:
Base
{
}
x
;
}