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