index
:
rust-bindgen.git
master
Unnamed repository; edit this file 'description' to name the repository.
Kent Overstreet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bindgen-tests
/
tests
/
headers
/
union-in-ns.hpp
blob: 68b8f72d6eb0c0adffbe62dac0ca953b3cd11ba5 (
plain
)
1
2
3
4
5
// bindgen-flags: --enable-cxx-namespaces
union
bar
{
int
baz
;
};