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