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