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