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