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