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