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