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