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