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