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