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