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