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