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