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