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