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