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