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