diff options
Diffstat (limited to 'tests/headers/struct_with_packing.h')
-rw-r--r-- | tests/headers/struct_with_packing.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/headers/struct_with_packing.h b/tests/headers/struct_with_packing.h index 1b9fe131..2184e8ec 100644 --- a/tests/headers/struct_with_packing.h +++ b/tests/headers/struct_with_packing.h @@ -1,3 +1,5 @@ +// bindgen-flags: --with-derive-hash +// struct a { char b; short c; |