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