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