bfu
return bfu;
struct bfu bfu_init_20_23(int a)
struct bfu bfu = { .z = a, };
return bfu;
struct bfu bfu_init_00_11(int a)
struct bfu bfu = { .a = a, };
struct bfu bf = { .f = a, };
struct bfu bfus_init(int a)
struct bfu bf = { .f = a, };
struct bfu bf = { };
struct bfu bfuu_init(unsigned int a)
unsigned int get__bfu_a(struct bfu bf) { return bf.a; }
unsigned int get__bfu_b(struct bfu bf) { return bf.b; }
unsigned int get_pbfu_a(struct bfu *bf) { return bf->a; }
unsigned int get_pbfu_b(struct bfu *bf) { return bf->b; }