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