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