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