2 // Copyright (C) 2000 Free Software Foundation, Inc.
3 // Contributed by Nathan Sidwell 4 February 2001 <nathan@codesourcery.com>
5 // Check primary bases are chosen correctly.
24 struct D : virtual B, virtual C
31 #if __GXX_ABI_VERSION >= 100
32 if (sizeof (D) != sizeof (A))