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