summaryrefslogtreecommitdiff
path: root/tests/headers/func_ptr.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/headers/func_ptr.h')
-rw-r--r--tests/headers/func_ptr.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/headers/func_ptr.h b/tests/headers/func_ptr.h
deleted file mode 100644
index 34dc48d1..00000000
--- a/tests/headers/func_ptr.h
+++ /dev/null
@@ -1,3 +0,0 @@
-// bindgen-flags: --with-derive-hash --with-derive-partialeq --with-derive-eq
-//
-int (*foo) (int x, int y);