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