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