diff options
Diffstat (limited to 'tests/headers/union_fields.hpp')
-rw-r--r-- | tests/headers/union_fields.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/headers/union_fields.hpp b/tests/headers/union_fields.hpp index cc8fcbe4..dd15d741 100644 --- a/tests/headers/union_fields.hpp +++ b/tests/headers/union_fields.hpp @@ -1,5 +1,5 @@ // bindgen-flags: --with-derive-hash -// + typedef union { int mInt; float mFloat; |