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