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