diff options
Diffstat (limited to 'tests/headers/struct_with_large_array.hpp')
-rw-r--r-- | tests/headers/struct_with_large_array.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/headers/struct_with_large_array.hpp b/tests/headers/struct_with_large_array.hpp index fc67b333..c9aaa697 100644 --- a/tests/headers/struct_with_large_array.hpp +++ b/tests/headers/struct_with_large_array.hpp @@ -1,3 +1,5 @@ +// bindgen-flags: --with-derive-hash +// struct S { char large_array[33]; }; |