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