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