1 2 3 4 5 6 7 8
// bindgen-flags: --no-unstable-rust union foo { int a; struct { int b : 7; int c : 25; }; };