ref: f58f2ae13065c5338a7b81218b123e3f4859fece dir: /test/infermismatch.myr/
const main = { var a var b a = 1 b = 'a' a = b }