diff options
Diffstat (limited to 'tests/headers/struct_with_anon_struct_array.h')
-rw-r--r-- | tests/headers/struct_with_anon_struct_array.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/headers/struct_with_anon_struct_array.h b/tests/headers/struct_with_anon_struct_array.h deleted file mode 100644 index 94a8ea0a..00000000 --- a/tests/headers/struct_with_anon_struct_array.h +++ /dev/null @@ -1,12 +0,0 @@ -// bindgen-flags: --with-derive-hash --with-derive-partialeq --with-derive-eq -// -struct foo { - struct { - int a; - int b; - } bar[2]; - struct { - int a; - int b; - } baz[2][3][4]; -}; |