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