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