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