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