summaryrefslogtreecommitdiff
path: root/tests/headers/forward_declared_struct.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/headers/forward_declared_struct.h')
-rw-r--r--tests/headers/forward_declared_struct.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/headers/forward_declared_struct.h b/tests/headers/forward_declared_struct.h
deleted file mode 100644
index 2a69450c..00000000
--- a/tests/headers/forward_declared_struct.h
+++ /dev/null
@@ -1,11 +0,0 @@
-struct a;
-
-struct a {
- int b;
-};
-
-struct c {
- int d;
-};
-
-struct c; \ No newline at end of file