// RUN: %clang_cc1 %s -triple=x86_64-apple-darwin10 -emit-llvm -o - | FileCheck %s
// CHECK: -[A .cxx_construct]
// CHECK: -[A .cxx_destruct]
// CHECK: -[B .cxx_construct]
// CHECK-NOT: -[B .cxx_destruct]
// CHECK-NOT: -[C .cxx_construct]
// CHECK: -[C .cxx_destruct]
extern "C" int ;
int count = 17;
;
;
int
// rdar: // 7468090
;
// This class should have a .cxx_construct but no .cxx_destruct.
// This class should have a .cxx_destruct but no .cxx_construct.