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.h7
1 files changed, 0 insertions, 7 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 d38aca2f..00000000
--- a/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;
-};