// bindgen-flags: --rust-target 1.26 union Bar { unsigned char foo; } __attribute__ ((__aligned__ (16))); union Baz { union Bar bar; };