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