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