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
/
struct_with_anon_unnamed_union.h
blob: 7158e727c6594c1d6681635455f7fca77c5bf758 (
plain
)
1
2
3
4
5
6
struct
foo
{
union
{
unsigned int
a
;
unsigned short
b
;
};
};