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