ref: ce10ff586027ea9dcac0f074b16a23f9888cc6df dir: /test/incret.myr/
use std var i = 0 const f = { -> i++ } const main = { f() std.exit(i) }