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