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