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