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