1 // bindgen-flags: --with-derive-hash --with-derive-partialeq --with-derive-eq 2 // 3 struct a { 4 char b; 5 short c; 6 } __attribute__((packed)); 7