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