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