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