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