diff options
Diffstat (limited to 'test/CodeGenCXX/aarch64-arguments.cpp')
-rw-r--r-- | test/CodeGenCXX/aarch64-arguments.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/CodeGenCXX/aarch64-arguments.cpp b/test/CodeGenCXX/aarch64-arguments.cpp new file mode 100644 index 0000000..f56ad0b --- /dev/null +++ b/test/CodeGenCXX/aarch64-arguments.cpp @@ -0,0 +1,5 @@ +// RUN: %clang_cc1 -triple aarch64-none-linux -emit-llvm -w -o - %s | FileCheck -check-prefix=PCS %s + +// PCS: define void @{{.*}}(i8 %a +struct s0 {}; +void f0(s0 a) {} |