v2 / vlib / v / gen / c / testdata / struct_fn_member_print.out
3 lines · 3 sloc · 31 bytes · 494be20564304bb2a977a171c69fdf4fc4f8c15c
Raw
1MyStruct{
2 func: fn (int)
3}
4