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