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