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