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