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