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