1 // RUN: %llvmgxx -S %s -o - | llvm-as -o /dev/null
3 // There is a HOLE in the derived2 object due to not wanting to place the two
4 // baseclass instances at the same offset!
8 class derived1
: public baseclass
{
12 class derived2
: public baseclass
{