Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
other
/
pr47218.C
blob: 1d0661bc8cd813ebe9c4abfe38e27b122804b73d [
file
] [
log
] [
blame
]
/* { dg-do link } */
/* { dg-options "-save-temps" } */
/* { dg-additional-sources "pr47218-1.C" } */
#include
"pr47218.h"
Foo3
::~
Foo3
()
{
((
FooBaseBase1
*)
this
)->
Bar
();
}
void
Foo3
::
Bar
()
{
}
int
main
()
{
return
0
;
}