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