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