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