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