Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
g++.dg
/
lto
/
20100723-1_0.C
blob: d39963593774bc0644b5d6a1f617e6341fc060ef [
file
] [
log
] [
blame
]
/* { dg-lto-do link } */
/* { dg-lto-options {{-fcompare-debug -flto -flto-partition=none} {-fcompare-debug -flto -flto-partition=1to1}} } */
struct
S
{
virtual
void
f
()
{
}
};
int
main
(
int
,
char
*[])
{
S s
;
return
0
;
}