v2 / vlib / v / tests / c_struct_free / free_struct.c
3 lines · 3 sloc · 27 bytes · 054bd6749039987694a838e70c0aee286a0ab4e8
Raw
1struct foo {
2 int free;
3};
4