diff options
Diffstat (limited to 'tests/headers/struct_with_anon_struct_pointer.h')
-rw-r--r-- | tests/headers/struct_with_anon_struct_pointer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/headers/struct_with_anon_struct_pointer.h b/tests/headers/struct_with_anon_struct_pointer.h index 0c486d84..de628402 100644 --- a/tests/headers/struct_with_anon_struct_pointer.h +++ b/tests/headers/struct_with_anon_struct_pointer.h @@ -1,3 +1,4 @@ +// bindgen-flags: --with-derive-hash struct foo { struct { int a; |