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