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