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