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