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