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