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