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