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