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