summaryrefslogtreecommitdiff
path: root/tests/headers/struct_with_anon_struct_pointer.h
diff options
context:
space:
mode:
authorZhiting Zhu <zzhu@mozilla.com>2017-08-03 22:27:52 -0700
committerZhiting Zhu <zzhu@mozilla.com>2017-08-09 15:19:00 -0700
commitb0fea0e2f1d026ee2d95ac2e8403e4afed7a3ee8 (patch)
tree938eb8543201af344e25164a674d349df9e95ba7 /tests/headers/struct_with_anon_struct_pointer.h
parente5e69058910dcad1680754a2932c11c931d9ab2d (diff)
Struct related tests for derive Hash
Diffstat (limited to 'tests/headers/struct_with_anon_struct_pointer.h')
-rw-r--r--tests/headers/struct_with_anon_struct_pointer.h1
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;