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