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