1 // bindgen-flags: --rust-target 1.0 --with-derive-partialeq --impl-partialeq 2 3 /// This should manually derive PartialEq. 4 union ShouldDerivePartialEq { 5 char a[150]; 6 int b; 7 }; 8