1 2 3 4 5 6 7
// bindgen-flags: --with-derive-partialeq --impl-partialeq /// Deriving PartialEq for rust unions is not supported. union ShouldNotDerivePartialEq { char a; int b; };