summaryrefslogtreecommitdiff
path: root/tests/headers/struct_with_packing.h
blob: 9ed5031759f037416ac67d9e53217127e8ed04f6 (plain)
1
2
3
4
5
6
// bindgen-flags: --with-derive-hash --with-derive-partialeq --with-derive-eq
//
struct a {
    char b;
    short c;
} __attribute__((packed));