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