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