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