diff options
Diffstat (limited to 'tests/headers/union_with_anon_unnamed_struct.h')
-rw-r--r-- | tests/headers/union_with_anon_unnamed_struct.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/headers/union_with_anon_unnamed_struct.h b/tests/headers/union_with_anon_unnamed_struct.h index 70ae15fe..0d00c688 100644 --- a/tests/headers/union_with_anon_unnamed_struct.h +++ b/tests/headers/union_with_anon_unnamed_struct.h @@ -1,5 +1,5 @@ // bindgen-flags: --with-derive-hash -// + union pixel { unsigned int rgba; struct { |