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