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