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