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