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