Sign in
nest-open-source
/
stadia-controller
/
gcc-arm-none-eabi
/
refs/heads/master
/
.
/
src
/
binutils
/
ld
/
testsuite
/
ld-plugin
/
lto-9.cc
blob: 2a4dcde3a793ee59edc14e11cdceb6f02fdc6a7b [
file
] [
log
] [
blame
] [
edit
]
struct
Foooo
{
virtual
~
Foooo
()
{
}
};
int
main
(
void
)
{
Foooo
t
;
return
0
;
}