blob: 2587ede54a3e3d4fa884c27f92d3403d13638af0 [file] [log] [blame]
// bindgen-flags: --with-derive-hash --with-derive-partialeq --with-derive-eq
struct s {
union {
struct inner {
int b;
} field;
} u;
};