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