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