Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust-bindgen
/
fc747b70919316aa93e8ccbdae6d462b4fab8eab
/
.
/
bindgen-tests
/
tests
/
headers
/
win32-vectorcall.h
blob: 3fe36f1004d2be94e5c65007b80daec8188a67f9 [
file
] [
log
] [
blame
]
// bindgen-flags: -- --target=x86_64-pc-windows-msvc
int
__vectorcall test_vectorcall
(
int
a
,
int
b
);