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