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