blob: bbb1ef4189672d47fcc8a1cb116d820d5fcdff04 [file] [log] [blame]
// bindgen-flags: --with-derive-hash --with-derive-partialeq --with-derive-eq
//
union foo {
int a;
struct {
int b : 7;
int c : 25;
};
};