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