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