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