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