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