Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust-bindgen
/
refs/heads/upstream/arm-ci
/
.
/
tests
/
headers
/
union_with_anon_struct_1_0.h
blob: 9313299eb08d2da2a812b6638d08c67ff8ddbd1f [
file
] [
log
] [
blame
] [
edit
]
// bindgen-flags: --rust-target 1.0 --with-derive-hash --with-derive-partialeq --with-derive-eq
union
foo
{
struct
{
unsigned
int
a
;
unsigned
int
b
;
}
bar
;
};