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