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