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