diff options
Diffstat (limited to 'tests/headers/win32-vectorcall-1_0.h')
-rw-r--r-- | tests/headers/win32-vectorcall-1_0.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/headers/win32-vectorcall-1_0.h b/tests/headers/win32-vectorcall-1_0.h deleted file mode 100644 index a1f852b5..00000000 --- a/tests/headers/win32-vectorcall-1_0.h +++ /dev/null @@ -1,3 +0,0 @@ -// bindgen-flags: --rust-target 1.0 -- --target=x86_64-pc-windows-msvc - -int __vectorcall test_vectorcall(int a, int b); |