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