brintos

brintos / llvm-project-archived public Read only

0
0
Text · 180 B · 3206e38 Raw
6 lines · cpp
1// RUN: %clang_cc1 -triple arm64-none-linux -emit-llvm -w -o - %s | FileCheck -check-prefix=PCS %s2 3// PCS: define{{.*}} void @{{.*}}(i64 %a.coerce)4struct s0 {};5void f0(s0 a) {}6