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