diff options
Diffstat (limited to 'tests/headers/win32-vectorcall-nightly.h')
-rw-r--r-- | tests/headers/win32-vectorcall-nightly.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/headers/win32-vectorcall-nightly.h b/tests/headers/win32-vectorcall-nightly.h deleted file mode 100644 index c099bb59..00000000 --- a/tests/headers/win32-vectorcall-nightly.h +++ /dev/null @@ -1,3 +0,0 @@ -// 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); |