1 // RUN: %clang_cc1 %s -triple=i686-apple-darwin10 -emit-llvm -o - | FileCheck %s
7 struct Derived_1
: virtual Base
13 struct Derived_2
: Derived_1
{
14 // CHECK: %struct.Derived_2 = type { %struct.Derived_1.base, %struct.Base }
15 // CHECK: %struct.Derived_1.base = type <{ ptr, i8 }>