v2 / vlib / v / checker / tests / cast_void.vv
2 lines · 2 sloc · 35 bytes · 806d6172cb61f9a413f05434c34bbcb213774704
Raw
1num := int(print(''))
2println(num)
3