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
/
tests
/
headers
/
disable-untagged-union.hpp
blob: 44623181717ad5835851ec49b5520147db51d641 (
plain
)
1
2
3
4
5
6
// bindgen-flags: --disable-untagged-union
union
Foo
{
int
bar
;
unsigned int
baz
;
};