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