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