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