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