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