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