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