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