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