summaryrefslogtreecommitdiff
path: root/libbindgen/tests/headers/struct_with_anon_struct_array.h
diff options
context:
space:
mode:
Diffstat (limited to 'libbindgen/tests/headers/struct_with_anon_struct_array.h')
-rw-r--r--libbindgen/tests/headers/struct_with_anon_struct_array.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/libbindgen/tests/headers/struct_with_anon_struct_array.h b/libbindgen/tests/headers/struct_with_anon_struct_array.h
deleted file mode 100644
index 9ea977e8..00000000
--- a/libbindgen/tests/headers/struct_with_anon_struct_array.h
+++ /dev/null
@@ -1,10 +0,0 @@
-struct foo {
- struct {
- int a;
- int b;
- } bar[2];
- struct {
- int a;
- int b;
- } baz[2][3][4];
-};