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