summaryrefslogtreecommitdiff
path: root/libbindgen/tests/headers/struct_containing_forward_declared_struct.h
diff options
context:
space:
mode:
Diffstat (limited to 'libbindgen/tests/headers/struct_containing_forward_declared_struct.h')
-rw-r--r--libbindgen/tests/headers/struct_containing_forward_declared_struct.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/libbindgen/tests/headers/struct_containing_forward_declared_struct.h b/libbindgen/tests/headers/struct_containing_forward_declared_struct.h
deleted file mode 100644
index d38aca2f..00000000
--- a/libbindgen/tests/headers/struct_containing_forward_declared_struct.h
+++ /dev/null
@@ -1,7 +0,0 @@
-struct a {
- struct b* val_a;
-};
-
-struct b {
- int val_b;
-};