diff options
Diffstat (limited to 'tests/headers/class_static_const.hpp')
-rw-r--r-- | tests/headers/class_static_const.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/headers/class_static_const.hpp b/tests/headers/class_static_const.hpp index 150afe8b..92599183 100644 --- a/tests/headers/class_static_const.hpp +++ b/tests/headers/class_static_const.hpp @@ -1,3 +1,4 @@ +// bindgen-flags: --with-derive-hash using int32_t = int; typedef unsigned int uint32_t; |