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