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