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