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