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