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