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