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