xref: /minix3/external/bsd/llvm/dist/clang/test/CodeGenCXX/aarch64-arguments.cpp (revision 0b98e8aad89f2bd4ba80b523d73cf29e9dd82ce1)
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
4 struct s0 {};
5 void f0(s0 a) {}
6