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