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