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