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