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