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