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