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