1 // RUN: %clang_cc1 -emit-llvm %s -o - -triple=ppc64-windows-msvc | FileCheck %s
3 // The purpose of this test is to see that we do something reasonable for
4 // architectures where we haven't checked what MSVC does.
8 A(const A
&o
) : a(o
.a
) {}
21 // CHECK-LABEL: define{{.*}} void @"?foo@B@@QEAA?AUA@@U2@@Z"(ptr {{[^,]*}} %this, ptr noalias sret(%struct.A) align 4 %agg.result, ptr noundef %x)