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