ref: ba2b09fbebe31ae4f226b5a3fc01428c281f80c9 dir: /test/add.myr/
const main = { var a var b a = 42 b = 11 -> a + b }