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