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