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