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