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