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