// RUN: %llvmgxx -S %s -o - | llvm-as -o /dev/null// There is a HOLE in the derived2 object due to not wanting to place the two// baseclass instances at the same offset!structbaseclass{};classderived1:publicbaseclass{void*NodePtr;};classderived2:publicbaseclass{derived1current;};derived2RI;