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