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