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