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