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