aarch64-arguments.cpp revision c264e16a42b3f6c36521857a29ea0949d9781c22
1// RUN: %clang_cc1 -triple aarch64-none-linux -emit-llvm -w -o - %s | FileCheck -check-prefix=PCS %s
2
3// PCS: define void @{{.*}}(i8 %a
4struct s0 {};
5void f0(s0 a) {}
6