diff options
Diffstat (limited to 'tests/headers/win32-vectorcall-nightly.h')
-rw-r--r-- | tests/headers/win32-vectorcall-nightly.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/headers/win32-vectorcall-nightly.h b/tests/headers/win32-vectorcall-nightly.h new file mode 100644 index 00000000..c099bb59 --- /dev/null +++ b/tests/headers/win32-vectorcall-nightly.h @@ -0,0 +1,3 @@ +// bindgen-flags: --rust-target nightly --raw-line '#![cfg(feature = "nightly")]' --raw-line '#![feature(abi_vectorcall)]' -- --target=x86_64-pc-windows-msvc + +int __vectorcall test_vectorcall(int a, int b); |