// RUN: %clang_cc1 -no-opaque-pointers -triple x86_64-apple-darwin -std=c++11 -emit-llvm %s -o - | \
// RUN: FileCheck %s
// RUN: %clang_cc1 -no-opaque-pointers -triple i386-apple-darwin -std=c++11 -emit-llvm %s -o - | \
// RUN: FileCheck %s
extern "C" int ;
int ;
int ;
typedef int ;
typedef int ;
a;
// Test for function reference.
typedef int ;
typedef int ;
b;
int
// CHECK: call noundef i32 (i32)* @_ZN1AcvPFiiEEv
// CHECK: call noundef nonnull i32 (i32)* @_ZN1BcvRFiiEEv