diff options
Diffstat (limited to 'tests/headers/anon_struct_in_union.h')
-rw-r--r-- | tests/headers/anon_struct_in_union.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/headers/anon_struct_in_union.h b/tests/headers/anon_struct_in_union.h index 98d55056..2587ede5 100644 --- a/tests/headers/anon_struct_in_union.h +++ b/tests/headers/anon_struct_in_union.h @@ -1,4 +1,4 @@ -// bindgen-flags: --with-derive-hash --with-derive-partialeq +// bindgen-flags: --with-derive-hash --with-derive-partialeq --with-derive-eq struct s { union { struct inner { |