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