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