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