summaryrefslogtreecommitdiff
path: root/bindgen-tests/tests/headers/derive-partialeq-anonfield.h
blob: 3bbe2bc3317a7f65d94e0e66d5b47ad314b32f61 (plain)
1
2
3
4
5
// bindgen-flags: --with-derive-hash --with-derive-partialeq --with-derive-eq --impl-partialeq

struct rte_mbuf {
    union {};
} __attribute__((__aligned__(64)));