// RUN: %clang_cc1 -no-opaque-pointers -triple x86_64-apple-darwin -std=c++11 -emit-llvm %s -o %t-64.ll
// RUN: FileCheck -check-prefix CHECK-LPLL64 --input-file=%t-64.ll %s
extern "C" int ;
;
A ;
A b = 2.34;
int
// CHECK-LPLL64: call void (%struct.A*, ...)
// CHECK-LPLL64: call void (%struct.A*, ...)
// CHECK-LPLL64: call void (%struct.A*, ...)