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