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