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