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