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