v/vlib/v/gen/c/testdata/compare_structs.c.must_have

5 lines
190 B
Plaintext

struct Something aaa = (struct Something){.fint = 0,.ff32 = 0,.fchar = 0,};
struct Something bbb = (struct Something){.fint = 0,.ff32 = 0,.fchar = 0,};
if (Something_struct_eq(aaa, bbb)) {