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