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