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