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