Bradley Smith | 4da7dd8 | 2014-04-30 10:52:05 +0000 | [diff] [blame] | 1 | // RUN: %clang_cc1 -triple arm64-none-linux -emit-llvm -w -o - %s | FileCheck -check-prefix=PCS %s |
Tim Northover | 9bb857a | 2013-01-31 12:13:10 +0000 | [diff] [blame] | 2 | |
3 | // PCS: define void @{{.*}}(i8 %a | ||||
4 | struct s0 {}; | ||||
5 | void f0(s0 a) {} |