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