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