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_1_0.hpp
blob: f3ae221057d9fbbe84f80c99100c9497edd007ea (
plain
)
1
2
3
4
5
// bindgen-flags: --rust-target 1.0 --enable-cxx-namespaces
union
bar
{
int
baz
;
};