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