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