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