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