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