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