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