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