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