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