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