Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust-bindgen
/
937b8d0b10e5cfd2b16c26ec4ebe03baa4aab9f3
/
.
/
bindgen-tests
/
tests
/
headers
/
struct_with_anon_union_of_array_members.h
blob: c4d6d8f296987945c6410a38e5562312dd58f7f6 [
file
]
// bindgen-flags: --default-non-copy-union-style manually_drop
struct
bpf_array
{
union
{
struct
{
struct
{}
__empty_value1
;
char
value1
[];
};
struct
{
struct
{}
__empty_value2
;
char
value2
[];
};
};
};