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