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