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