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