// RUN: %clang_cc1 -no-opaque-pointers -triple x86_64-unknown-linux-gnu -emit-llvm -o - %s | FileCheck %s
// RUN: %clang_cc1 -no-opaque-pointers -triple i686-unknown-linux-gnu -emit-llvm -o - %s | FileCheck %s --check-prefix=CHECK-OK
;
// CHECK: @pf ={{.*}} global void (...)* null
// CHECK: define{{.*}} void @foo(i32 noundef %a)
// CHECK-OK: @pf ={{.*}} global void (...)* null
// CHECK-OK: define{{.*}} x86_stdcallcc void @foo(i32 inreg noundef %a)