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