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