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