diff options
Diffstat (limited to 'tests/headers/struct_containing_forward_declared_struct.h')
-rw-r--r-- | tests/headers/struct_containing_forward_declared_struct.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/headers/struct_containing_forward_declared_struct.h b/tests/headers/struct_containing_forward_declared_struct.h index d38aca2f..68828192 100644 --- a/tests/headers/struct_containing_forward_declared_struct.h +++ b/tests/headers/struct_containing_forward_declared_struct.h @@ -1,3 +1,4 @@ +// bindgen-flags: --with-derive-hash struct a { struct b* val_a; }; |