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