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