Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust-bindgen
/
refs/heads/upstream/arm-ci
/
.
/
tests
/
headers
/
anon_struct_in_union.h
blob: 2587ede54a3e3d4fa884c27f92d3403d13638af0 [
file
] [
log
] [
blame
] [
edit
]
// bindgen-flags: --with-derive-hash --with-derive-partialeq --with-derive-eq
struct
s
{
union
{
struct
inner
{
int
b
;
}
field
;
}
u
;
};