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