ref: b8b34577b7f5e7c4fa13f927103c80dc417c64d9 dir: /test/loop.myr/
const main = { var i var n n = 0 for i = 0; i < 10; ++i n += i ;; -> n }