diff options
Diffstat (limited to 'tests/headers/struct_with_nesting.h')
-rw-r--r-- | tests/headers/struct_with_nesting.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/headers/struct_with_nesting.h b/tests/headers/struct_with_nesting.h index 93231e33..532b46e2 100644 --- a/tests/headers/struct_with_nesting.h +++ b/tests/headers/struct_with_nesting.h @@ -1,5 +1,5 @@ -// bindgen-flags: --with-derive-hash - +// bindgen-flags: --with-derive-hash --with-derive-partialeq +// struct foo { unsigned int a; union { |