diff options
Diffstat (limited to 'tests/headers/union_with_anon_struct_bitfield.h')
-rw-r--r-- | tests/headers/union_with_anon_struct_bitfield.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/headers/union_with_anon_struct_bitfield.h b/tests/headers/union_with_anon_struct_bitfield.h index 027a99eb..d2ceac0d 100644 --- a/tests/headers/union_with_anon_struct_bitfield.h +++ b/tests/headers/union_with_anon_struct_bitfield.h @@ -1,5 +1,5 @@ // bindgen-flags: --with-derive-hash -// + union foo { int a; struct { |