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