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