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