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