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