ref: c333a410cae728c14092819fbad5bdffb7530e6c dir: /test/voidassign.myr/
use std const main = { var x : void x = f() } const f = { std.put("ok\n") }