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