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