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