(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
other/
pr47218-1.C
#include "pr47218.h"

Foo2::~Foo2 ()
{
  ((FooBaseBase1*)this)->Bar();
}

void Foo2::Bar()
{
}