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