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