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