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