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