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