Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
other
/
thunk2a.C
blob: 8e5ebd4960df758fa77ff08b019e104870f36b45 [
file
] [
log
] [
blame
]
// { dg-do compile { target arm*-*-* } }
// { dg-options "-mlong-calls -ffunction-sections" }
class
a
{
public
:
virtual
~
a
();
};
class
b
:
virtual
a
{};
class
c
:
b
{
~
c
();
};
c
::~
c
()
{}