summaryrefslogtreecommitdiff
path: root/tests/headers/derive-partialeq-bitfield.hpp
blob: f6dd82e57258eb8af6013b8981fee0227ea83bd7 (plain)
1
2
3
4
5
6
7
// bindgen-flags: --with-derive-partialeq --impl-partialeq --rust-target 1.40

class C {
    bool a: 1;
    bool b: 7;
    int large_array[50];
};