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