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