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