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