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