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