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