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