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