Sign in
gnu
/
binutils-gdb
/
42eb20eb357204960aed1c2c2d5d014cb94de2fe
/
.
/
ld
/
testsuite
/
ld-plugin
/
lto-9.cc
blob: 2a4dcde3a793ee59edc14e11cdceb6f02fdc6a7b [
file
]
struct
Foooo
{
virtual
~
Foooo
()
{
}
};
int
main
(
void
)
{
Foooo
t
;
return
0
;
}