summaryrefslogtreecommitdiff
path: root/tests/headers/struct_containing_forward_declared_struct.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/headers/struct_containing_forward_declared_struct.h')
-rw-r--r--tests/headers/struct_containing_forward_declared_struct.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/headers/struct_containing_forward_declared_struct.h b/tests/headers/struct_containing_forward_declared_struct.h
deleted file mode 100644
index cf7cb5c4..00000000
--- a/tests/headers/struct_containing_forward_declared_struct.h
+++ /dev/null
@@ -1,8 +0,0 @@
-// bindgen-flags: --with-derive-hash --with-derive-partialeq --with-derive-eq
-struct a {
- struct b* val_a;
-};
-
-struct b {
- int val_b;
-};