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