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