blob: 6e5e9f4a10ebc6ddb89b928cc17e8585687317ad [file] [log] [blame]
Tim Northover9bb857a2013-01-31 12:13:10 +00001// RUN: %clang_cc1 -triple aarch64-none-linux -emit-llvm -w -o - %s | FileCheck -check-prefix=PCS %s
Bradley Smith4da7dd82014-04-30 10:52:05 +00002// RUN: %clang_cc1 -triple arm64-none-linux -emit-llvm -w -o - %s | FileCheck -check-prefix=PCS %s
Tim Northover9bb857a2013-01-31 12:13:10 +00003
4// PCS: define void @{{.*}}(i8 %a
5struct s0 {};
6void f0(s0 a) {}