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