From b0fea0e2f1d026ee2d95ac2e8403e4afed7a3ee8 Mon Sep 17 00:00:00 2001 From: Zhiting Zhu Date: Thu, 3 Aug 2017 22:27:52 -0700 Subject: Struct related tests for derive Hash --- tests/headers/struct_with_struct.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/headers/struct_with_struct.h') diff --git a/tests/headers/struct_with_struct.h b/tests/headers/struct_with_struct.h index 78b1cc81..975b0af4 100644 --- a/tests/headers/struct_with_struct.h +++ b/tests/headers/struct_with_struct.h @@ -1,3 +1,5 @@ +// bindgen-flags: --with-derive-hash +// struct foo { struct { unsigned int x; -- cgit v1.2.3