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