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