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