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