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