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