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