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