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