ref: ecf804181e6f13348bd04382fd4c1cb3b60431be dir: /test/voideffect.myr/
use std const bar = { std.put("pass") } const foo = { -> bar() } const main = { foo() }