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