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