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