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