summaryrefslogtreecommitdiff
path: root/tests/headers/only_bitfields.hpp
blob: 84db0586ecb2fc85f05b1115d6a5649e2ca5a642 (plain)
1
2
3
4
5
// bindgen-flags: --no-unstable-rust
class C {
    bool a: 1;
    bool b: 7;
};