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