Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust-bindgen
/
refs/heads/main
/
.
/
bindgen-tests
/
tests
/
headers
/
bindgen-union-inside-namespace.hpp
blob: 4007e02566b284217f6fbe644501c42224566301 [
file
] [
log
] [
blame
] [
edit
]
// bindgen-flags: --enable-cxx-namespaces
namespace
foo
{
union
Bar
{
int
foo
;
int
bar
;
};
}