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