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