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