diff options
Diffstat (limited to 'tests/headers/call-conv-typedef.h')
-rw-r--r-- | tests/headers/call-conv-typedef.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/headers/call-conv-typedef.h b/tests/headers/call-conv-typedef.h deleted file mode 100644 index 3b911dda..00000000 --- a/tests/headers/call-conv-typedef.h +++ /dev/null @@ -1,5 +0,0 @@ -// bindgen-flags: --raw-line "#![cfg(not(test))]" -- --target=i686-pc-win32 - - -typedef void (__stdcall *void_fn)(); -typedef void_fn (__stdcall *fn)(int id); |