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