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