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