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