repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[clang] Handle __declspec() attributes in using
[llvm-project.git]
/
clang
/
test
/
CodeGenCXX
/
aarch64-arguments.cpp
blob
ffb0cafa8882d289103fa0d66fe7b1b029a95a43
1
// RUN: %clang_cc1 -triple arm64-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
) {}