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