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