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