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