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