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