summaryrefslogtreecommitdiff
path: root/libbindgen/tests/headers/func_ptr_in_struct.h
diff options
context:
space:
mode:
Diffstat (limited to 'libbindgen/tests/headers/func_ptr_in_struct.h')
-rw-r--r--libbindgen/tests/headers/func_ptr_in_struct.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/libbindgen/tests/headers/func_ptr_in_struct.h b/libbindgen/tests/headers/func_ptr_in_struct.h
deleted file mode 100644
index 988db5b3..00000000
--- a/libbindgen/tests/headers/func_ptr_in_struct.h
+++ /dev/null
@@ -1,6 +0,0 @@
-
-enum baz;
-
-struct Foo {
- enum baz (*bar) (int x, int y);
-};