summaryrefslogtreecommitdiff
path: root/tests/headers/func_ptr_in_struct.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/headers/func_ptr_in_struct.h')
-rw-r--r--tests/headers/func_ptr_in_struct.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/headers/func_ptr_in_struct.h b/tests/headers/func_ptr_in_struct.h
deleted file mode 100644
index ef075df7..00000000
--- a/tests/headers/func_ptr_in_struct.h
+++ /dev/null
@@ -1,7 +0,0 @@
-// bindgen-flags: --with-derive-hash --with-derive-partialeq --with-derive-eq --rustified-enum ".*"
-//
-enum baz;
-
-struct Foo {
- enum baz (*bar) (int x, int y);
-};