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