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