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