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