blob: 24c7dce8491fdaf5a189e4148692771f53bcca1b [file] [log] [blame]
// bindgen-flags: --no-unstable-rust
union foo {
int a;
struct {
int b : 7;
int c : 25;
};
};