diff options
Diffstat (limited to 'tests/expectations/struct_with_anon_unnamed_union.rs')
-rw-r--r-- | tests/expectations/struct_with_anon_unnamed_union.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/expectations/struct_with_anon_unnamed_union.rs b/tests/expectations/struct_with_anon_unnamed_union.rs index d5871b1a..5df5f61b 100644 --- a/tests/expectations/struct_with_anon_unnamed_union.rs +++ b/tests/expectations/struct_with_anon_unnamed_union.rs @@ -6,6 +6,7 @@ #[derive(Copy, Debug)] +#[repr(C)] pub struct __BindgenUnionField<T>(::std::marker::PhantomData<T>); impl <T> __BindgenUnionField<T> { #[inline] |