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