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