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