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