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