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