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