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