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