blob: 84db0586ecb2fc85f05b1115d6a5649e2ca5a642 [file] [log] [blame]
// bindgen-flags: --no-unstable-rust
class C {
bool a: 1;
bool b: 7;
};