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