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