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