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