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