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