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