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