summaryrefslogtreecommitdiff
path: root/tests/headers/struct_with_anon_unnamed_union.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/headers/struct_with_anon_unnamed_union.h')
-rw-r--r--tests/headers/struct_with_anon_unnamed_union.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/headers/struct_with_anon_unnamed_union.h b/tests/headers/struct_with_anon_unnamed_union.h
index 949547c1..b4447528 100644
--- a/tests/headers/struct_with_anon_unnamed_union.h
+++ b/tests/headers/struct_with_anon_unnamed_union.h
@@ -1,4 +1,5 @@
// bindgen-flags: --with-derive-hash
+
struct foo {
union {
unsigned int a;