diff options
author | Zhiting Zhu <zzhu@mozilla.com> | 2017-08-04 13:20:56 -0700 |
---|---|---|
committer | Zhiting Zhu <zzhu@mozilla.com> | 2017-08-09 15:19:00 -0700 |
commit | 8d209f327432159cc2253068812073f594124d36 (patch) | |
tree | 2a857a5721c49c21d83a24dd3d766d962c5096de /tests/headers/func_ptr_in_struct.h | |
parent | 8fa9cd9e613c1231a16e54e1d9a26b62b47c7819 (diff) |
Function related tests for derive Hash
Diffstat (limited to 'tests/headers/func_ptr_in_struct.h')
-rw-r--r-- | tests/headers/func_ptr_in_struct.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/headers/func_ptr_in_struct.h b/tests/headers/func_ptr_in_struct.h index 988db5b3..6340e3a6 100644 --- a/tests/headers/func_ptr_in_struct.h +++ b/tests/headers/func_ptr_in_struct.h @@ -1,4 +1,5 @@ - +// bindgen-flags: --with-derive-hash +// enum baz; struct Foo { |