diff options
Diffstat (limited to 'libbindgen/tests/headers/union_with_anon_struct_bitfield.h')
-rw-r--r-- | libbindgen/tests/headers/union_with_anon_struct_bitfield.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/libbindgen/tests/headers/union_with_anon_struct_bitfield.h b/libbindgen/tests/headers/union_with_anon_struct_bitfield.h deleted file mode 100644 index 24c7dce8..00000000 --- a/libbindgen/tests/headers/union_with_anon_struct_bitfield.h +++ /dev/null @@ -1,8 +0,0 @@ -// bindgen-flags: --no-unstable-rust -union foo { - int a; - struct { - int b : 7; - int c : 25; - }; -}; |