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