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