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