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