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[];
};
};
};