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