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