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