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