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