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