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