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