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