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