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