v2 / vlib / v / gen / c / testdata / heap_struct_init.c.must_have
3 lines · 3 sloc · 98 bytes · daa8d4a1464598c6bf163a526c95227a6dd29659
Raw
1builtin___v_malloc(sizeof(main__Foo) == 0 ? 1 : sizeof(main__Foo));
2->x = _S("x");
3->y = _S("y");
4