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