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