1 2 3 4 5 6 7 8
// bindgen-flags: --rust-target 1.0 --enable-cxx-namespaces namespace foo { union Bar { int foo; int bar; }; }