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