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