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