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