// RUN: %clang_cc1 %s -I%S -triple=x86_64-apple-darwin10 -emit-llvm -O3 -o - | FileCheck %s
// CHECK: %"struct.rdar20621065::B" = type { float, float }
;
;
;
;
;
// PR7012
// CHECK-LABEL: define{{.*}} i32 @_Z1fv()
int
extern "C" void ;
int
;
// This test used to crash when CGRecordLayout::getNonVirtualBaseLLVMFieldNo was called.