3 // Copyright (C) 2003 Free Software Foundation, Inc.
4 // Contributed by Nathan Sidwell 14 Mar 2003 <nathan@codesourcery.com>
6 // PR 9629. The vtable is not set up until the base initializers have
23 struct C : virtual public A, public B {
28 struct D : virtual public C {};