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