summaryrefslogtreecommitdiff
path: root/tests/headers/call-conv-field.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/headers/call-conv-field.h')
-rw-r--r--tests/headers/call-conv-field.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/tests/headers/call-conv-field.h b/tests/headers/call-conv-field.h
deleted file mode 100644
index da45ba1d..00000000
--- a/tests/headers/call-conv-field.h
+++ /dev/null
@@ -1,13 +0,0 @@
-// bindgen-flags: --raw-line "#![cfg(not(test))]" -- --target=i686-pc-win32
-// bindgen-unstable
-//
-// We can only check that this builds, but not that it actually passes, because
-// we have no CI on the target platform.
-
-struct JNINativeInterface_ {
- int (__stdcall *GetVersion)(void *env);
- unsigned long long __hack; // A hack so the field alignment is the same than
- // for 64-bit, where we run CI.
-};
-
-__stdcall void bar();