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